Adding some more judges, here and there.
[andmenj-acm.git] / lib / Mi manual de algoritmos / version_actual / src / c++ / cout_con_precision.cpp
blobbcb9482b584d96f1fc857f9c3f37567693ed03a4
1 #include <iomanip>
3 cout << fixed << setprecision(3) << 1.1225 << endl;